home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMSCRIPTINGWMSELECT / TFRMSCRIPTINGWMSELECT.txt
Encoding:
Text File  |  2005-02-07  |  1.7 KB  |  87 lines

  1. object frmScriptingWMSelect: TfrmScriptingWMSelect
  2.   Left = 249
  3.   Top = 201
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'New Windows message script'
  7.   ClientHeight = 120
  8.   ClientWidth = 305
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   HelpFile = '2180'
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TTntLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 36
  24.     Height = 13
  25.     Caption = 'C&ontrol:'
  26.     FocusControl = ControlCB
  27.   end
  28.   object Label2: TTntLabel
  29.     Left = 8
  30.     Top = 40
  31.     Width = 46
  32.     Height = 13
  33.     Caption = '&Message:'
  34.     FocusControl = MessageCB
  35.   end
  36.   object ControlCB: TTntComboBox
  37.     Left = 84
  38.     Top = 8
  39.     Width = 205
  40.     Height = 21
  41.     Style = csDropDownList
  42.     ItemHeight = 13
  43.     TabOrder = 0
  44.   end
  45.   object MessageCB: TTntComboBox
  46.     Left = 84
  47.     Top = 32
  48.     Width = 205
  49.     Height = 21
  50.     Style = csDropDownList
  51.     ItemHeight = 13
  52.     TabOrder = 1
  53.   end
  54.   object Button1: TMMTNTBItBtn
  55.     Left = 128
  56.     Top = 84
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&OK'
  60.     Default = True
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBtnText
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ModalResult = 1
  67.     ParentFont = False
  68.     TabOrder = 2
  69.   end
  70.   object Button2: TMMTNTBItBtn
  71.     Left = 212
  72.     Top = 84
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = '&Cancel'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBtnText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ModalResult = 2
  83.     ParentFont = False
  84.     TabOrder = 3
  85.   end
  86. end
  87.